'Declaration
Public Overloads Shared Function GetBounds( _ ByVal points As System.Collections.Generic.IList(Of NPointD) _ ) As NRectangleD
'Usage
Dim points As System.Collections.Generic.IList(Of NPointD) Dim value As NRectangleD value = NPointDList.GetBounds(points)
public static NRectangleD GetBounds( System.Collections.Generic.IList<NPointD> points )
Parameters
- points